MINOR: Add release process document#3089
Merged
Ethanlm merged 1 commit intoapache:masterfrom Jul 19, 2019
Merged
Conversation
70482c1 to
6493b4f
Compare
Ethanlm
reviewed
Jul 18, 2019
Contributor
Ethanlm
left a comment
There was a problem hiding this comment.
Thanks for the documentation. This is really useful.
Left some minor comments
RELEASING.md
Outdated
| @@ -0,0 +1,58 @@ | |||
| # Developer documentation | |||
Contributor
There was a problem hiding this comment.
This can be "Committer documentation" or something similar
RELEASING.md
Outdated
|
|
||
| 1. Run `mvn release:prepare` followed `mvn release:perform` on the branch to be released. This will create all the artifacts that will eventually be available in maven central. This step may seem simple, but a lot can go wrong (mainly flaky tests). | ||
|
|
||
| 2. Once you get a successful maven release, a “staging repository” will be created at http://repository.apache.org in the “open” state, meaning it is still writable. You will need to close it, making it read-only. You can find more information on this step [here]{www.apache.org/dev/publishing-maven-artifacts.html}. |
Contributor
There was a problem hiding this comment.
[here]{www.apache.org/dev/publishing-maven-artifacts.html}. seems wrong. It needs to be "()" instead of "{}"
HeartSaVioR
approved these changes
Jul 18, 2019
8e0615f to
0ade48d
Compare
Contributor
Author
|
Whoops, forgot to exclude the new file from RAT. Fixed this and squashed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is adapted from Taylor's description of how to release. I think we should have a document like this in the repo. Suggestions are welcome.